home *** CD-ROM | disk | FTP | other *** search
- object AddFolderForm: TAddFolderForm
- Left = 291
- Top = 246
- HelpContext = 1502
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Add Folder'
- ClientHeight = 324
- ClientWidth = 306
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 14
- Top = 13
- Width = 63
- Height = 13
- Caption = 'Folder Name:'
- end
- object Label2: TLabel
- Left = 14
- Top = 61
- Width = 27
- Height = 13
- Caption = 'Type:'
- end
- object Label3: TLabel
- Left = 13
- Top = 96
- Width = 106
- Height = 13
- Caption = 'Add as a sub-folder of:'
- end
- object OKButton: TButton
- Left = 221
- Top = 16
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 4
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 221
- Top = 48
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 5
- OnClick = CancelButtonClick
- end
- object edtName: TEdit
- Left = 10
- Top = 29
- Width = 194
- Height = 21
- MaxLength = 50
- TabOrder = 0
- OnChange = edtNameChange
- end
- object rbInbox: TRadioButton
- Left = 49
- Top = 60
- Width = 71
- Height = 17
- Caption = '&Inbox'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbInboxClick
- end
- object rbOutbox: TRadioButton
- Left = 119
- Top = 60
- Width = 63
- Height = 17
- Caption = 'O&utbox'
- TabOrder = 2
- OnClick = rbInboxClick
- end
- object tvMailBoxes: TTreeView
- Left = 7
- Top = 111
- Width = 292
- Height = 207
- HideSelection = False
- Indent = 22
- OnChange = tvMailBoxesChange
- TabOrder = 3
- Images = ImagesForm.ilMailboxImages
- end
- end
-